home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Education / Weights & Measures / card_7519.txt < prev    next >
Text File  |  1991-10-27  |  26KB  |  877 lines

  1. -- card: 7519 from stack: in
  2. -- bmap block id: 5910
  3. -- flags: 4000
  4. -- background id: 2785
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on calculate
  8.   global x
  9.   set lockscreen to true
  10.   put .4536 into c
  11.   put x into card field 1
  12.   put x/1000 into card field 2
  13.   put x*10 into card field 3
  14.   put x/100 into card field 4
  15.   put x*.00980665 into card field 5
  16.   put x*.00980665/1000 into card field 6
  17.   put x*98.0665 into card field 7
  18.   put x *98.0665/1000 into card field 8
  19.   put x /(453.6*.155) into card field 9
  20.   put x *144/(453.6*.155) into card field 10
  21.   put x *144/(453.6*.155*2000) into card field 11
  22.   put x /1033.27 into card field 12
  23.   put x*98.0665/100000 into card field 13
  24.   put x *.00980665/100 into card field 14
  25.   put x *.00980665/100000 into card field 15
  26.   put x /2.54 into card field 16
  27.   put x *76/(2.54*1033.27) into card field 17
  28.   put x *10*98.0665into card field 18
  29.   put x*76/1033.27 into card field 19
  30.   put x into card field 20
  31.   set lockscreen to false
  32. end calculate
  33.  
  34.  
  35. -- part 1 (button)
  36. -- low flags: 00
  37. -- high flags: A002
  38. -- rect: left=20 top=74 right=96 bottom=128
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: gr/cm2
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   global x
  50.   ask "Enter Value"
  51.   put it into x
  52.   calculate
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part 2 (field)
  58. -- low flags: 01
  59. -- high flags: 0002
  60. -- rect: left=20 top=95 right=114 bottom=128
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: 
  69.  
  70.  
  71. -- part 3 (button)
  72. -- low flags: 00
  73. -- high flags: A002
  74. -- rect: left=19 top=120 right=142 bottom=127
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: kg/cm2
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   global x
  86.   ask "Enter Value"
  87.   put it *1000 into x
  88.   calculate
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 25 (button)
  94. -- low flags: 00
  95. -- high flags: A002
  96. -- rect: left=20 top=163 right=185 bottom=128
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: kg/m2
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   global x
  108.   ask "Enter Value"
  109.   put it /10 into x
  110.   calculate
  111. end mouseUp
  112.  
  113.  
  114.  
  115. -- part 4 (button)
  116. -- low flags: 00
  117. -- high flags: A002
  118. -- rect: left=20 top=211 right=233 bottom=150
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: Tonne (metric)/m2
  127. ----- HyperTalk script -----
  128. on mouseUp
  129.   global x
  130.   ask "Enter Value"
  131.   put it *100 into x
  132.   calculate
  133. end mouseUp
  134.  
  135.  
  136.  
  137. -- part 5 (field)
  138. -- low flags: 01
  139. -- high flags: 0002
  140. -- rect: left=19 top=141 right=160 bottom=127
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 0 / 0
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: 
  149.  
  150.  
  151. -- part 26 (field)
  152. -- low flags: 01
  153. -- high flags: 0002
  154. -- rect: left=20 top=184 right=203 bottom=128
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 0 / 0
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: 
  163.  
  164.  
  165. -- part 6 (field)
  166. -- low flags: 01
  167. -- high flags: 0002
  168. -- rect: left=20 top=232 right=251 bottom=150
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: 
  177.  
  178.  
  179. -- part 8 (button)
  180. -- low flags: 00
  181. -- high flags: A002
  182. -- rect: left=138 top=255 right=277 bottom=246
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 0 / 0
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: N/cm2
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   global x
  194.   ask "Enter Value"
  195.   put it/.00980665 into x
  196.   calculate
  197. end mouseUp
  198.  
  199.  
  200.  
  201. -- part 7 (field)
  202. -- low flags: 01
  203. -- high flags: 0002
  204. -- rect: left=138 top=276 right=295 bottom=246
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 0 / 0
  207. -- text alignment: 1
  208. -- font id: 0
  209. -- text size: 12
  210. -- style flags: 0
  211. -- line height: 16
  212. -- part name: 
  213.  
  214.  
  215. -- part 9 (button)
  216. -- low flags: 00
  217. -- high flags: A002
  218. -- rect: left=137 top=299 right=321 bottom=245
  219. -- title width / last selected line: 0
  220. -- icon id / first selected line: 0 / 0
  221. -- text alignment: 1
  222. -- font id: 0
  223. -- text size: 12
  224. -- style flags: 0
  225. -- line height: 16
  226. -- part name: kN/cm2
  227. ----- HyperTalk script -----
  228. on mouseUp
  229.   global x
  230.   ask "Enter Value"
  231.   put it *1000/.00980665 into x
  232.   calculate
  233. end mouseUp
  234.  
  235.  
  236.  
  237. -- part 22 (button)
  238. -- low flags: 00
  239. -- high flags: A002
  240. -- rect: left=21 top=255 right=277 bottom=129
  241. -- title width / last selected line: 0
  242. -- icon id / first selected line: 0 / 0
  243. -- text alignment: 1
  244. -- font id: 0
  245. -- text size: 12
  246. -- style flags: 0
  247. -- line height: 16
  248. -- part name: N/m2  (Pa)
  249. ----- HyperTalk script -----
  250. on mouseUp
  251.   global x
  252.   ask "Enter Value"
  253.   put it/98.0665 into x
  254.   calculate
  255. end mouseUp
  256.  
  257.  
  258.  
  259. -- part 21 (button)
  260. -- low flags: 00
  261. -- high flags: A002
  262. -- rect: left=21 top=298 right=320 bottom=129
  263. -- title width / last selected line: 0
  264. -- icon id / first selected line: 0 / 0
  265. -- text alignment: 1
  266. -- font id: 0
  267. -- text size: 12
  268. -- style flags: 0
  269. -- line height: 16
  270. -- part name: kN/m2
  271. ----- HyperTalk script -----
  272. on mouseUp
  273.   global x
  274.   ask "Enter Value"
  275.   put it *1000/98.0665 into x
  276.   calculate
  277. end mouseUp
  278.  
  279.  
  280.  
  281. -- part 10 (button)
  282. -- low flags: 00
  283. -- high flags: A002
  284. -- rect: left=383 top=210 right=232 bottom=491
  285. -- title width / last selected line: 0
  286. -- icon id / first selected line: 0 / 0
  287. -- text alignment: 1
  288. -- font id: 0
  289. -- text size: 12
  290. -- style flags: 0
  291. -- line height: 16
  292. -- part name: lb/in2
  293. ----- HyperTalk script -----
  294. on mouseUp
  295.   global x
  296.   ask "Enter Value"
  297.   put it*453.6*.155 into x
  298.   calculate
  299. end mouseUp
  300.  
  301.  
  302.  
  303. -- part 11 (field)
  304. -- low flags: 01
  305. -- high flags: 0002
  306. -- rect: left=137 top=320 right=339 bottom=245
  307. -- title width / last selected line: 0
  308. -- icon id / first selected line: 0 / 0
  309. -- text alignment: 1
  310. -- font id: 0
  311. -- text size: 12
  312. -- style flags: 0
  313. -- line height: 16
  314. -- part name: 
  315.  
  316.  
  317. -- part 24 (field)
  318. -- low flags: 01
  319. -- high flags: 0002
  320. -- rect: left=21 top=276 right=295 bottom=129
  321. -- title width / last selected line: 0
  322. -- icon id / first selected line: 0 / 0
  323. -- text alignment: 1
  324. -- font id: 0
  325. -- text size: 12
  326. -- style flags: 0
  327. -- line height: 16
  328. -- part name: 
  329.  
  330.  
  331. -- part 23 (field)
  332. -- low flags: 01
  333. -- high flags: 0002
  334. -- rect: left=21 top=319 right=338 bottom=129
  335. -- title width / last selected line: 0
  336. -- icon id / first selected line: 0 / 0
  337. -- text alignment: 1
  338. -- font id: 0
  339. -- text size: 12
  340. -- style flags: 0
  341. -- line height: 16
  342. -- part name: 
  343.  
  344.  
  345. -- part 12 (field)
  346. -- low flags: 01
  347. -- high flags: 0002
  348. -- rect: left=383 top=231 right=250 bottom=491
  349. -- title width / last selected line: 0
  350. -- icon id / first selected line: 0 / 0
  351. -- text alignment: 1
  352. -- font id: 0
  353. -- text size: 12
  354. -- style flags: 0
  355. -- line height: 16
  356. -- part name: 
  357.  
  358.  
  359. -- part 13 (field)
  360. -- low flags: 01
  361. -- high flags: 0002
  362. -- rect: left=383 top=274 right=293 bottom=491
  363. -- title width / last selected line: 0
  364. -- icon id / first selected line: 0 / 0
  365. -- text alignment: 1
  366. -- font id: 0
  367. -- text size: 12
  368. -- style flags: 0
  369. -- line height: 16
  370. -- part name: 
  371.  
  372.  
  373. -- part 15 (button)
  374. -- low flags: 00
  375. -- high flags: A002
  376. -- rect: left=383 top=253 right=275 bottom=491
  377. -- title width / last selected line: 0
  378. -- icon id / first selected line: 0 / 0
  379. -- text alignment: 1
  380. -- font id: 0
  381. -- text size: 12
  382. -- style flags: 0
  383. -- line height: 16
  384. -- part name: lb/ft2
  385. ----- HyperTalk script -----
  386. on mouseUp
  387.   global x
  388.   ask "Enter Value"
  389.   put it*453.6*.155/144 into x
  390.   calculate
  391. end mouseUp
  392.  
  393.  
  394.  
  395. -- part 17 (button)
  396. -- low flags: 00
  397. -- high flags: A002
  398. -- rect: left=180 top=211 right=233 bottom=305
  399. -- title width / last selected line: 0
  400. -- icon id / first selected line: 0 / 0
  401. -- text alignment: 1
  402. -- font id: 0
  403. -- text size: 12
  404. -- style flags: 0
  405. -- line height: 16
  406. -- part name: Ton Short/ft2 
  407. ----- HyperTalk script -----
  408. on mouseUp
  409.   global x
  410.   ask "Enter Value"
  411.   put it*453.6*.155*2000/144 into x
  412.   calculate
  413. end mouseUp
  414.  
  415.  
  416. -- part 18 (field)
  417. -- low flags: 01
  418. -- high flags: 0002
  419. -- rect: left=180 top=232 right=251 bottom=305
  420. -- title width / last selected line: 0
  421. -- icon id / first selected line: 0 / 0
  422. -- text alignment: 1
  423. -- font id: 0
  424. -- text size: 12
  425. -- style flags: 0
  426. -- line height: 16
  427. -- part name: 
  428.  
  429.  
  430. -- part 27 (button)
  431. -- low flags: 00
  432. -- high flags: A002
  433. -- rect: left=253 top=74 right=96 bottom=361
  434. -- title width / last selected line: 0
  435. -- icon id / first selected line: 0 / 0
  436. -- text alignment: 1
  437. -- font id: 0
  438. -- text size: 12
  439. -- style flags: 0
  440. -- line height: 16
  441. -- part name: Atmosphere
  442. ----- HyperTalk script -----
  443. on mouseUp
  444.   global x
  445.   ask "Enter Value"
  446.   put it*1033.27 into x
  447.   calculate
  448. end mouseUp
  449.  
  450.  
  451.  
  452. -- part 28 (field)
  453. -- low flags: 01
  454. -- high flags: 0002
  455. -- rect: left=253 top=93 right=112 bottom=361
  456. -- title width / last selected line: 0
  457. -- icon id / first selected line: 0 / 0
  458. -- text alignment: 1
  459. -- font id: 0
  460. -- text size: 12
  461. -- style flags: 0
  462. -- line height: 16
  463. -- part name: 
  464.  
  465.  
  466. -- part 29 (field)
  467. -- low flags: 01
  468. -- high flags: 0002
  469. -- rect: left=140 top=95 right=114 bottom=248
  470. -- title width / last selected line: 0
  471. -- icon id / first selected line: 0 / 0
  472. -- text alignment: 1
  473. -- font id: 0
  474. -- text size: 12
  475. -- style flags: 0
  476. -- line height: 16
  477. -- part name: 
  478.  
  479.  
  480. -- part 30 (button)
  481. -- low flags: 00
  482. -- high flags: A002
  483. -- rect: left=140 top=74 right=96 bottom=248
  484. -- title width / last selected line: 0
  485. -- icon id / first selected line: 0 / 0
  486. -- text alignment: 1
  487. -- font id: 0
  488. -- text size: 12
  489. -- style flags: 0
  490. -- line height: 16
  491. -- part name: Bars
  492. ----- HyperTalk script -----
  493. on mouseUp
  494.   global x
  495.   ask "Enter Value"
  496.   put it*100000/(98.0665) into x
  497.   calculate
  498. end mouseUp
  499.  
  500.  
  501.  
  502. -- part 31 (field)
  503. -- low flags: 01
  504. -- high flags: 0002
  505. -- rect: left=252 top=275 right=294 bottom=360
  506. -- title width / last selected line: 0
  507. -- icon id / first selected line: 0 / 0
  508. -- text alignment: 1
  509. -- font id: 0
  510. -- text size: 12
  511. -- style flags: 0
  512. -- line height: 16
  513. -- part name: 
  514.  
  515.  
  516. -- part 32 (button)
  517. -- low flags: 00
  518. -- high flags: A002
  519. -- rect: left=252 top=254 right=276 bottom=360
  520. -- title width / last selected line: 0
  521. -- icon id / first selected line: 0 / 0
  522. -- text alignment: 1
  523. -- font id: 0
  524. -- text size: 12
  525. -- style flags: 0
  526. -- line height: 16
  527. -- part name: N/mm2 
  528. ----- HyperTalk script -----
  529. on mouseUp
  530.   global x
  531.   ask "Enter Value"
  532.   put it*100/.00980665 into x
  533.   calculate
  534. end mouseUp
  535.  
  536.  
  537.  
  538. -- part 33 (button)
  539. -- low flags: 00
  540. -- high flags: A002
  541. -- rect: left=252 top=299 right=321 bottom=360
  542. -- title width / last selected line: 0
  543. -- icon id / first selected line: 0 / 0
  544. -- text alignment: 1
  545. -- font id: 0
  546. -- text size: 12
  547. -- style flags: 0
  548. -- line height: 16
  549. -- part name: kN/mm2 
  550. ----- HyperTalk script -----
  551. on mouseUp
  552.   global x
  553.   ask "Enter Value"
  554.   put it *100000/.00980665 into x
  555.   calculate
  556. end mouseUp
  557.  
  558.  
  559.  
  560. -- part 34 (field)
  561. -- low flags: 01
  562. -- high flags: 0002
  563. -- rect: left=252 top=319 right=338 bottom=360
  564. -- title width / last selected line: 0
  565. -- icon id / first selected line: 0 / 0
  566. -- text alignment: 1
  567. -- font id: 0
  568. -- text size: 12
  569. -- style flags: 0
  570. -- line height: 16
  571. -- part name: 
  572.  
  573.  
  574. -- part 40 (button)
  575. -- low flags: 00
  576. -- high flags: A002
  577. -- rect: left=313 top=168 right=187 bottom=480
  578. -- title width / last selected line: 0
  579. -- icon id / first selected line: 0 / 0
  580. -- text alignment: 1
  581. -- font id: 0
  582. -- text size: 12
  583. -- style flags: 0
  584. -- line height: 16
  585. -- part name: inches of Water (4°C)
  586. ----- HyperTalk script -----
  587. on mouseUp
  588.   global x
  589.   ask "Enter Value"
  590.   put it*2.54 into x
  591.   calculate
  592. end mouseUp
  593.  
  594.  
  595.  
  596. -- part 41 (button)
  597. -- low flags: 00
  598. -- high flags: A002
  599. -- rect: left=312 top=127 right=147 bottom=480
  600. -- title width / last selected line: 0
  601. -- icon id / first selected line: 0 / 0
  602. -- text alignment: 1
  603. -- font id: 0
  604. -- text size: 12
  605. -- style flags: 0
  606. -- line height: 16
  607. -- part name: inches of Mercury (0°C)
  608. ----- HyperTalk script -----
  609. on mouseUp
  610.   global x
  611.   ask "Enter Value"
  612.   put it*2.54*1033.27/76 into x
  613.   calculate
  614. end mouseUp
  615.  
  616.  
  617.  
  618. -- part 42 (button)
  619. -- low flags: 00
  620. -- high flags: A002
  621. -- rect: left=404 top=75 right=97 bottom=512
  622. -- title width / last selected line: 0
  623. -- icon id / first selected line: 0 / 0
  624. -- text alignment: 1
  625. -- font id: 0
  626. -- text size: 12
  627. -- style flags: 0
  628. -- line height: 16
  629. -- part name: Dynes/cm2
  630. ----- HyperTalk script -----
  631. on mouseUp
  632.   global x
  633.   ask "Enter Value"
  634.   put it/(10*98.0665) into x
  635.   calculate
  636. end mouseUp
  637.  
  638.  
  639.  
  640. -- part 43 (field)
  641. -- low flags: 01
  642. -- high flags: 0002
  643. -- rect: left=312 top=186 right=204 bottom=480
  644. -- title width / last selected line: 0
  645. -- icon id / first selected line: 0 / 0
  646. -- text alignment: 1
  647. -- font id: 0
  648. -- text size: 12
  649. -- style flags: 0
  650. -- line height: 16
  651. -- part name: 
  652.  
  653.  
  654. -- part 44 (field)
  655. -- low flags: 01
  656. -- high flags: 0002
  657. -- rect: left=312 top=145 right=163 bottom=480
  658. -- title width / last selected line: 0
  659. -- icon id / first selected line: 0 / 0
  660. -- text alignment: 1
  661. -- font id: 0
  662. -- text size: 12
  663. -- style flags: 0
  664. -- line height: 16
  665. -- part name: 
  666.  
  667.  
  668. -- part 45 (field)
  669. -- low flags: 01
  670. -- high flags: 0002
  671. -- rect: left=404 top=96 right=115 bottom=512
  672. -- title width / last selected line: 0
  673. -- icon id / first selected line: 0 / 0
  674. -- text alignment: 1
  675. -- font id: 0
  676. -- text size: 12
  677. -- style flags: 0
  678. -- line height: 16
  679. -- part name: 
  680.  
  681.  
  682. -- part 46 (button)
  683. -- low flags: 00
  684. -- high flags: A002
  685. -- rect: left=145 top=127 right=147 bottom=313
  686. -- title width / last selected line: 0
  687. -- icon id / first selected line: 0 / 0
  688. -- text alignment: 1
  689. -- font id: 0
  690. -- text size: 12
  691. -- style flags: 0
  692. -- line height: 16
  693. -- part name: cms of Mercury (0°C)
  694. ----- HyperTalk script -----
  695. on mouseUp
  696.   global x
  697.   ask "Enter Value"
  698.   put it*1033.27/76 into x
  699.   calculate
  700. end mouseUp
  701.  
  702.  
  703.  
  704. -- part 47 (button)
  705. -- low flags: 00
  706. -- high flags: A002
  707. -- rect: left=145 top=168 right=187 bottom=314
  708. -- title width / last selected line: 0
  709. -- icon id / first selected line: 0 / 0
  710. -- text alignment: 1
  711. -- font id: 0
  712. -- text size: 12
  713. -- style flags: 0
  714. -- line height: 16
  715. -- part name: cm of Water (4°C)
  716. ----- HyperTalk script -----
  717. on mouseUp
  718.   global x
  719.   ask "Enter Value"
  720.   put it into x
  721.   calculate
  722. end mouseUp
  723.  
  724.  
  725.  
  726. -- part 48 (field)
  727. -- low flags: 01
  728. -- high flags: 0002
  729. -- rect: left=145 top=145 right=163 bottom=313
  730. -- title width / last selected line: 0
  731. -- icon id / first selected line: 0 / 0
  732. -- text alignment: 1
  733. -- font id: 0
  734. -- text size: 12
  735. -- style flags: 0
  736. -- line height: 16
  737. -- part name: 
  738.  
  739.  
  740. -- part 49 (field)
  741. -- low flags: 01
  742. -- high flags: 0002
  743. -- rect: left=145 top=186 right=204 bottom=314
  744. -- title width / last selected line: 0
  745. -- icon id / first selected line: 0 / 0
  746. -- text alignment: 1
  747. -- font id: 0
  748. -- text size: 12
  749. -- style flags: 0
  750. -- line height: 16
  751. -- part name: 
  752.  
  753.  
  754. -- part 57 (button)
  755. -- low flags: 00
  756. -- high flags: 8003
  757. -- rect: left=410 top=294 right=342 bottom=487
  758. -- title width / last selected line: 0
  759. -- icon id / first selected line: 22308 / 22308
  760. -- text alignment: 1
  761. -- font id: 0
  762. -- text size: 12
  763. -- style flags: 0
  764. -- line height: 16
  765. -- part name: Wind Loads
  766. ----- HyperTalk script -----
  767. on mouseUp
  768.   go card id 13917
  769. end mouseUp
  770.  
  771.  
  772.  
  773. -- part contents for card part 5
  774. ----- text -----
  775. 0.012694
  776.  
  777. -- part contents for card part 6
  778. ----- text -----
  779. 0.126945
  780.  
  781. -- part contents for card part 7
  782. ----- text -----
  783. 0.124491
  784.  
  785. -- part contents for card part 11
  786. ----- text -----
  787. 0.000124
  788.  
  789. -- part contents for card part 12
  790. ----- text -----
  791. 0.180556
  792.  
  793. -- part contents for card part 13
  794. ----- text -----
  795. 26
  796.  
  797. -- part contents for card part 18
  798. ----- text -----
  799. 0.013
  800.  
  801. -- part contents for card part 26
  802. ----- text -----
  803. 126.945
  804.  
  805. -- part contents for card part 24
  806. ----- text -----
  807. 1244.905184
  808.  
  809. -- part contents for card part 23
  810. ----- text -----
  811. 1.244905
  812.  
  813. -- part contents for card part 28
  814. ----- text -----
  815. 0.012286
  816.  
  817. -- part contents for card part 29
  818. ----- text -----
  819. 0.012449
  820.  
  821. -- part contents for card part 31
  822. ----- text -----
  823. 0.001245
  824.  
  825. -- part contents for card part 34
  826. ----- text -----
  827. 0.000001
  828.  
  829. -- part contents for background part 5
  830. ----- text -----
  831. 1 --,grams per square centimeter,gram per square centimeter,gram per sq centimeter,grams per sq centimeter,gram/sq cm,grams/sq cm,grams/cm2,gram/cm2,gr/cm2,gr/sq cm,g per cm2,gm per cm2,grams/square centimeter,gram/square centimeter,gram/sq centimeter,grams/sq centimeter,g/scm,g/cm2,
  832. 2 --,kilogram per square centimeter,kilograms per square centimeter,kilogram per sq centimeter,kilograms per sq centimeter,kilogram per square cm,kilograms per square cm,kilogram per sq cm,kilograms per sq cm,,kg per square cm,kg per square cm,kg per sq cm,kg per sq cm,,kilogram/square centimeter,kilograms/square centimeter,kilogram/sq centimeter,kilograms/sq centimeter,kilogram/square cm,kilograms/square cm,kilogram/sq cm,kilograms/sq cm,,kg/square cm,kg/sq cm,kg/cm2,/kg per cm2,k/cm2,klg/cm2,
  833. 3 --,kilogram per square meter,kilograms per square meter,kilogram per sq meter,kilograms per sq meter,kilogram per square met,kilograms per square met,kilogram per sq met,kilograms per sq met,kilogram per square m,kilograms per square m,kilogram per sqm,kilograms per sq m,kilogram/meter,kilograms/square meter,kilogram/sq meter,kilograms/sq meter,kilogram/square met,kilograms/square met,kilogram/sq met,kilograms/sq met,kilogram/square m,kilograms/square m,kilogram/sq m,kilograms/sq m,kg per square meter,kg per sq meter,kg per square met,kg per sq met,kg per square m,kg per sqm,kg/square meter,kg/sq meter,kg/square met,kg/sq met,kg/square m,kg/sq m,k/ms,kg/ms,k/sqm,kg/sqm,k/m2/kg/m2,k per m2,kg per m2,
  834. 4 --,ton/m2,tn/m2,t/m2,tonnes per square meter,tonne per sqaure meter,metric tonnes per square meter,metric tonne per sqaure meter,metric ton per square meter,metric tons per sqaure meter,tonnes per sq meter,tonne per sq meter,metric tonnes per sq meter,metric tonne per sq meter,metric ton per sq meter,metric tons per sq meter,tonnes per square met,tonne per sqaure met,metric tonnes per square met,metric tonne per sqaure met,metric ton per square met,metric tons per sqaure met,tonnes per sq met,tonne per sq met,metric tonnes per sq met,metric tonne per sq met,metric ton per sq met,metric tons per sq metr,tonnes/square meter,tonne/sqaure meter,metric tonnes/square meter,metric tonne/sqaure meter,metric ton/square meter,metric tons/sqaure meter,tonnes/sq meter,tonne/sq meter,metric tonnes/sq meter,metric tonne/sq meter,metric ton/sq meter,metric tons/sq meter,tonnes/square met,tonne/sqaure met,metric tonne/square met,metric tonne/sqaure met,metric ton/square met,metric tons/sqaure met,tonnes/sq met,tonne/sq met,metric tonnes/sq met,metric tonne/sq met,metric ton/sq met,metric tons/sq metr,tonnes/m2,tonne/m2,metric tonnes/m2,metric tonne/m2,metric ton/m2,metric tons/m2,met t/m2,mt/m2,mt/sq meter,mt/meter square,t/ms,tn/ms,tn/m2,tn/meter square,tn/square meter,
  835. 5 --,newton per square centimeter,newtons per square centimeter,newton/square centimeter,newtons/square centimeter,newton per sq centimeter,newtons per sq centimeter,newton/sq centimeter,newtons/sq centimeter,newton per square cm,newtons per square cm,newton/square cm,newtons/square cm,newton per sq cm,newtons per sq cm,newton/sq cm,newtons/sq cm,n per square centimeter,n/square centimeter,n per sq centimeter,n/sq centimeter,n per square cm,n/square cm,n per sq cm,n/sq cm,n/cm2,newton/cm2,n/scm,newton/scm,n/sq cm,newton/sq cm,
  836. 6 --,kilonewton per square centimeter,kilonewtons per square centimeter,kilonewton/square centimeter,kilonewtons/square centimeter,kilonewton per sq centimeter,kilonewtons per sq centimeter,kilonewton/sq centimeter,kilonewtons/sq centimeter,kilonewton per square cm,kilonewtons per square cm,kilonewton/square cm,kilonewtons/square cm,kilonewton per sq cm,kilonewtons per sq cm,kilonewton/sq cm,kilonewtons/sq cm,kn per square centimeter,kn/square centimeter,kn per sq centimeter,kn/sq centimeter,kn per square cm,kn/square cm,kn per sq cm,kn/sq cm,kn/cm2,kilonewton/cm2,kn/scm,kilonewton/scm,kn/sq cm,kilonewton/sq cm,
  837. 7 --,pascal,pascals,newton per square meter,newtons per square meter,newton/square meter,newtons/square meter,kilonewton per sq meter,newtons per sq meter,newton/sq meter,newtons/sq meter,newton per square m,newtons per square m,newton/square m,newtons/square m,newton per sq m,newtons per sq m,newton/sq m,newtons/sq m,n per square meter,n/square meter,n per sq meter,n/sq meter,n per square m,n/square m,n per sq m,n/sq m,n/m2,newton/m2,n/sm,newton/sm,n/sq m,newton/sq m,
  838. 8 --,kilonewton per square meter,kilonewtons per square meter,kilonewton/square meter,kilonewtons/square meter,kilonewton per sq meter,kilonewtons per sq meter,kilonewton/sq meter,kilonewtons/sq meter,kilonewton per square m,kilonewtons per square m,kilonewton/square m,kilonewtons/square m,kilonewton per sq m,kilonewtons per sq m,kilonewton/sq m,kilonewtons/sq m,kn per square meter,kn/square meter,kn per sq meter,kn/sq meter,kn per square m,kn/square m,kn per sq m,kn/sq m,kn/m2,kilonewton/m2,kn/sm,kilonewton/sm,kn/sq m,kilonewton/sq m,
  839. 9 --,pound per square inch,pounds per square inch,pound/square inch,pounds/square inch,pound per sq inch,pounds per sq inch,pound/sq inch,pounds/sq inch,pound per square in,pounds per square in,pound/square in,pounds/square in,pound per sq in,pounds per sq inch,pound/sq in,pounds/sq in,lb per square inch,lbs per square inch,lb/square inch,lbs/square inch,lb per sq inch,lbs per sq inch,lb/sq inch,lbs/sq inch,lb per square in,lbs per square in,lb/square in,lbs/square in,lb per sq in,lbs per sq inch,lb/sq in,lbs/sq in,lb/in2,lbs/in2,psi,#/in2,#/sq in,#/sq inch,
  840. 10 --,pound per square foot,pounds per square foot,pound/square foot,pounds/square foot,pound per sq foot,pounds per sq foot,pound/sq foot,pounds/sq foot,pound per square ft,pounds per square ft,pound/square foot,pounds/square ft,pound per sq ft,pounds per sq ft,pound/sq ft,pounds/sq ft,lb per square foot,lbs per square foot,lb/square foot,lbs/square foot,lb per sq foot,lbs per sq foot,lb/sq foot,lbs/sq foot,lb per square ft,lbs per square ft,lb/square foot,lbs/square ft,lb per sq ft,lbs per sq ft,lb/sq ft,lbs/sq ft,lb/ft2,lb/f2,psf,lbs/ft2,lbs/f2,#/ft2,#/f2,
  841. 11 --,ton per square foot,tons per square foot,short ton per square foot,short tons per square foot,sh ton per square foot,sh tons per square foot,ton per sq foot,tons per sq foot,short ton per sq foot,short tons per sq foot,sh ton per sq foot,sh tons per sq foot,ton per square ft,tons per square ft,short ton per square ft,short tons per square ft,sh ton per square ft,sh tons per square ft,ton per sq ft,tons per sq ft,short ton per sq ft,short tons per sq ft,sh ton per sq ft,sh tons per sq ft,ton/square foot,tons/square foot,short ton/square foot,short tons/square foot,sh ton/square foot,sh tons/square foot,ton per sq foot,tons/sq foot,short ton/sq foot,short tons/sq foot,sh ton/sq foot,sh tons/sq foot,ton/square ft,tons/square ft,short ton/square ft,short tons/square ft,sh ton/square ft,sh tons/square ft,ton/sq ft,tons/sq ft,short ton/sq ft,short tons/sq ft,sh ton/sq ft,sh tons/sq ft,t/ft2,t/f2,sh t/ft2,sh tn/f2,tn/f2,tn/f2,t/sq ft,sh t/sq ft,tn/sq ft,tn/sq ft
  842. 12 --,atmosphere,atmospheres,atmospheric pressure,standard atmosphere,
  843. 13 --,bar,bars,
  844. 14 --,newton per square millimeter,newtons per square millimeter,newton per square mm,newtons per square mm,newton per sq millimeter,newtons per sq millimeter,newton per sq mm,newtons per sq mm,newton per millimeter square,newtons per millimeter square,n per square millimeter,n per square millimeter,n per square mm,n per square mm,newton per sq millimeter,n per sq millimeter,n per sq mm,n per sq mm,n per millimeter square,n per millimeter square,newton/square millimeter,newtons/square millimeter,newton/square mm,newtons/square mm,newton/sq millimeter,newtons/sq millimeter,newton/sq mm,newtons/sq mm,newton/millimeter square,newtons/millimeter square,n/square millimeter,n/square millimeter,n/square mm,n/square mm,newton/sq millimeter,n/sq millimeter,n/sq mm,n/sq mm,n/millimeter square,n/millimeter square,n/mm2,newton/mm2,n/sq mm,
  845. 15 --,kilonewton per square millimeter,kilonewtons per square millimeter,kilonewton per square mm,kilonewtons per square mm,kilonewton per sq millimeter,kilonewtons per sq millimeter,kilonewton per sq mm,kilonewtons per sq mm,kilonewton per millimeter square,kilonewtons per millimeter square,kn per square millimeter,kn per square millimeter,kn per square mm,kn per square mm,kilonewton per sq millimeter,kn per sq millimeter,kn per sq mm,n per sq mm,kn per millimeter square,kn per millimeter square,kilonewton/square millimeter,kilonewtons/square millimeter,kilonewton/square mm,kilonewtons/square mm,kilonewton/sq millimeter,kilonewtons/sq millimeter,kilonewton/sq mm,newtons/sq mm,kilonewton/millimeter square,kilonewtons/millimeter square,kn/square millimeter,kn/square millimeter,kn/square mm,kn/square mm,kilonewton/sq millimeter,kn/sq millimeter,kn/sq mm,kn/sq mm,kn/millimeter square,kn/millimeter square,kn/mm2,kilonewton/mm2,kn/sq mm,
  846. 16--,inches of water,inches water,inches of h2o,inches h2o,in of water,in water,in of h2o,in h2o,h2o,water,
  847. 17--,inches of Mercury,in of Hg,in Mercury,in hg,Mercury,hg,inches hg,in of mercury,
  848. 18--,dynes per square centimeters,dunes per square centimeter,dyne per square centimeters,dyne per sq cm,dynes per sq cm,dynes per cm2,dyne/cm2,dynes per cm sq,dynes per cm square,dynes/sq cm,dynes/cm2,
  849. 19--,centimeters of mercury,centimeters mercury,centimeters of hg,cm hg,hg,cm of hg,mercury,cm mercury,
  850. 20--,centimeters of water,centimeters water,centimeter of water,centimeter water,centimeters of h2o,centimeters h2o,h2o,cm h2o,cms h2o,cms of h2o,
  851.  
  852.  
  853.  
  854.  
  855. -- part contents for card part 43
  856. ----- text -----
  857. 4.997835
  858.  
  859. -- part contents for card part 44
  860. ----- text -----
  861. 0.367605
  862.  
  863. -- part contents for card part 45
  864. ----- text -----
  865. 12449.051842
  866.  
  867. -- part contents for card part 2
  868. ----- text -----
  869. 12.6945
  870.  
  871. -- part contents for card part 48
  872. ----- text -----
  873. 0.933717
  874.  
  875. -- part contents for card part 49
  876. ----- text -----
  877. 12.6945